bloomfilter: Drop the SECTION
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Mar 2021 16:14:03 +0000 (11:14 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:37 +0000 (16:37 +0000)
This is private, no need.

gtk/gtkcountingbloomfilterprivate.h

index 78a3f54880e4e526f9ed62493a599be719689647..191889103003fa803672f0612fee362ced8849ef 100644 (file)
 G_BEGIN_DECLS
 
 /*
- * SECTION:gtkcountingbloomfilter
- * @Short_description: A counting bloom filter
- * @Title: GtkCountingBloomFilter
- * @See_also: https://en.wikipedia.org/wiki/Bloom_filter,
- *            https://en.wikipedia.org/wiki/Counting_Bloom_filter
+ * GtkCountingBloomFilter:
  *
  * This implements a counting bloom filter. A bloom filter is a space-efficient
  * probabilistic data structure that is used to test whether an element may be
@@ -45,6 +41,9 @@ G_BEGIN_DECLS
  * are 16bit hash values.  
  * It is possible to use 32bit hash values or a different number of bits, should this
  * be considered useful.
+ *
+ * See: [Bloom filter](https://en.wikipedia.org/wiki/Bloom_filter),
+ *      [Counting Bloom filter](https://en.wikipedia.org/wiki/Counting_Bloom_filter)
  */
 
 /* The number of bits from the hash we care about */